var github.com/vmihailenco/msgpack/v5.decodeStructValuePtr

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		types.go#L255: 	decodeStructValuePtr uintptr
		types.go#L261: 	decodeStructValuePtr = reflect.ValueOf(decodeStructValue).Pointer()
		types.go#L297: 	if reflect.ValueOf(decoder).Pointer() != decodeStructValuePtr {